entry accessible: Give up on GdkEvent api for now
authorMatthias Clasen <mclasen@redhat.com>
Mon, 28 Aug 2017 22:53:40 +0000 (18:53 -0400)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 19 Sep 2017 16:39:03 +0000 (18:39 +0200)
Just include gdkeventsprivate.h here for now. This may be
resolved by just dropping icon support from GtkEntry down
the road.

gtk/a11y/gtkentryaccessible.c

index 2406f0f81cf9cfb72e1f6c7b9ecf81613902dba1..abbaef8e9e2c16607e48fc03a8d4892a7ccde0cd 100644 (file)
@@ -17,6 +17,9 @@
 
 #include "config.h"
 
+#define GDK_COMPILATION
+#include "gdk/gdkeventsprivate.h"
+
 #include <glib/gi18n-lib.h>
 #include <string.h>
 #include <gtk/gtk.h>